home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 June / MacFormat 25.iso / Shareware City / Developers / fantasm 2.1 unreg / EditII / Version History < prev   
Encoding:
Text File  |  1992-03-12  |  5.5 KB  |  127 lines  |  [TEXT/EDIT]

  1. Version History
  2. ~~~~~~~~~~~~~~~
  3. 2.0.1 (03/12/92)
  4. ~~~~~
  5. *** Bugs fixed ***
  6. • Double-clicking to open an Edit II text file while Edit II was running frequently
  7. gave an File Manager error #-43 (file not found).  Would also manifest itself as
  8. crashing when choosing Open...  (Forgot to clear pb.ioFDirIndex).
  9. • Turned off 'Get FrontClicks' bit in SIZE resource to prevent erroneous clicks
  10. when switching into Edit II.
  11.  
  12. 2.0 (03/07/92) "A whole new release"
  13. ~~~
  14. *** New Features ***
  15. • Major rearrangement (again) of the command key equivalents to be in line with
  16. the Apple User Interface Guidelines.  Check out the menus.
  17. • New documentation (in MacWrite format).
  18. • New Goodies menu which includes new functionality - Wrap, Unwrap and Remove
  19. Invisibles.
  20. • Windows menu has Tile, Layer, Close All, Save All.
  21. • Support for (virtually) unlimited windows -- subject to memory!
  22. • Page up/down does *not* change insertion point (as per interface guidelines).
  23. • Shift-arrows work OK now (selection extension).
  24. *** Bugs fixed ***
  25. • Cursor now tracks properly (I-beam is properly set!)
  26. • Menu purged ID=84 error fixed (Menu #100 was set purgeable - a no-no!)
  27. • Resource-less file (and new windows) now takes on the default font and size.
  28.  
  29. 1.2.7 (10/29/91) "Lean, mean and 32bit clean"
  30. ~~~~~
  31. We're now 32bit clean!  No, you didn't miss 1.2.5 and 1.2.6!
  32. *** New Features ***
  33. • You might want to rebuild the Desktop since I've included some colored icons
  34. for System 7.0.  The black 'n white icon has been slightly modified (added a pixel).
  35. • Size menu now friendlier under System 7.0, especially with TrueType/ATM fonts.
  36. • Larger and Smaller font size options added.
  37. • Reversed the version history in the ReadMe file so that the latest is at the top!
  38. *** Bugs fixed ***
  39. • Copy & Cut now not restricted to 32K of text (you should have sufficient space
  40. though, a check is made to ensure that twice the space is available - may be a
  41. bad heuristic but it seems to work ok).
  42. • Doing a Copy followed by closing the window did not transfer the stuff copied
  43. to the system scrap.  This has been fixed.
  44. • Slight rearrangement (again) of the command key equivalents.  Select All is now
  45. cmd-A, Find Again is now cmd-D.
  46.  
  47. 1.2.4 (09/14/91) Maintenance Release
  48. ~~~~~
  49. *** Bugs fixed ***
  50. • GetEditPrefs: IOError=-39 when trying to read pre-1.2.3 EditPrefs file (file
  51. size different)
  52. • Does not crash under UniFinder, now uses WaitNextEvent exclusively.
  53.  
  54. 1.2.3 (08/24/91)
  55. ~~~~~
  56. • EditPrefs file now contains print headers flag, number of spaces per tab.
  57. • Close now has cmd-W as the command key.  Consequently, Replace is now cmd-R,
  58. Replace and Find Again is cmd-Y, Page Setup is cmd-; and Print is cmd-P.
  59. • Print headers on each page is now optional.
  60. • Number of spaces per tab is now a global value and can be saved as a preference.
  61. This means that Set Tabs... will affect all future new windows and can be saved
  62. into the EditPrefs file.
  63. • The '-' key on the keypad now acts as a jump to previous insertion points (last 5).
  64. *** Bugs fixed ***
  65. • File list under Windows updates when an Untitled window is saved and when a
  66. window is Saved As another name.
  67.  
  68. 1.2.2 (05/17/91) Maintenance release.
  69. ~~~~~
  70. *** Bugs fixed ***
  71. • Existing clipboard contents are read in when the program starts.
  72.  
  73. 1.2.1 (05/16/91) Maintenance release.
  74. ~~~~~
  75. *** Bugs fixed ***
  76. • Cursor updating now done via MultiFinder 'cursor moved' event rather than
  77. everytime through the main event loop (cosmetic 'bug' since I noticed that the
  78. cursor would 'stick' to the arrow when moving very rapidly from the scroll bar
  79. to the editing window).
  80. • Clipboard contents are updated when the program is quit.
  81.  
  82. 1.2 (05/04/91)
  83. ~~~
  84. • EditPrefs file now includes a flag for New Untitled to optionally open a new
  85. untitled window on startup.  Default is to open the Untitled window.
  86. *** Bugs fixed ***
  87. • Selecting Quit from File menu and then selecting Cancel from the 'Save changes
  88. before quitting?' dialog would quit to the Finder anyway.
  89. • Now saves ETAB and EFNT information (tab/space and font/size resources) to the
  90. file if this is changed during edit.
  91.  
  92. 1.1 (04/05/91)
  93. ~~~
  94. • EditPrefs file in the Preferences folder of the System Folder now contains the
  95. setup of the options, font, size and creator which were saved last.  Default
  96. settings are: the following options are enabled (Auto Indent and SmartStrip),
  97. font is Monaco, size is 9 and creator is EDIT.  Preferences file is not created
  98. if System Folder is on a locked disk (e.g. network server or locked local disk).
  99. • Balance command added to Edit menu to balance parentheses, braces and
  100. brackets.
  101. • Remove LFs command added to Edit menu to remove all linefeeds from window,
  102. if Strip LF or SmartStrip are not selected.
  103. • Select All added to Edit menu.
  104. *** Bugs fixed ***
  105. • Typing the letter ‘O’ while in CursorPad mode would cause a cursor down
  106. operation in 1.0.2.
  107. • If Caps Lock key is down (and the Caps Lock LED is on) then hitting
  108. num lock to set CursorPad mode would turn off the Caps Lock LED.
  109. • NumLock LED would stay on when printing from the Finder.
  110. • ID=12 Bomb eliminated on quit from Edit II, due to calling non-existent ADB
  111. routines on Mac Plusses and below.
  112. (Operational tweak: removed Think's ANSI library to save a lot of space!)
  113.  
  114. 1.0.2 (11/20/90)
  115. ~~~~~
  116. • Now recognizes the extended keyboard del, home, end, pgup and pgdn keys
  117. while in the Cursor Pad mode.
  118. • Fixed toggling of LEDs.
  119. • Added Enter Selection menu item in Search menu to allow for copying of
  120. the selected text into the Search String box in the Find dialog (a la Think C).
  121. You can enter the selected text and then use Find Again to look for
  122. its next occurence.
  123.  
  124. 1.0.1 (10/09/90)
  125. ~~~~~
  126. First release.
  127.